home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Disktools / SuperDuper / SetTDDelay.doc < prev    next >
Text File  |  1996-09-26  |  2KB  |  54 lines

  1.  
  2.  
  3.                                  SetTDDelay
  4.  
  5.                 Copyright © 1991,1992,1993 Sebastiano Vigna
  6.  
  7. SetTDDelay is a very small and simple 2.04-only utility which sets the
  8. public fields tdu_StepDelay, tdu_SettleDelay and tdu_CalibrateDelay of the
  9. trackdisk.device public unit. You can specify zero or more units (specifying
  10. no unit is equivalent to specifying all units). For instance
  11.  
  12. SetTDDelay 0 2 StepDelay 5000
  13.  
  14. will set the step delay of units 0 and 2 to 5000µs, while
  15.  
  16. SetTDDelay CalibrateDelay 3000
  17.  
  18. will set the calibrate delay for all units to 3000µs. If you don't specify
  19. any of the keywords StepDelay, SettleDelay or CalibrateDelay SetTDDelay will
  20. simply print the current settings of trackdisk.device. SetTDDelay's template
  21. will be printed if you specify the standard '?' argument. SetTDDelay is a
  22. pure command and can be made resident.
  23.  
  24. You should never change the delays of a public unit unless you really know
  25. what you're doing. This command has been distributed because some drives
  26. used with the Amiga are out of specs, and this causes SuperDuper 2.0 to
  27. complain ("Error while recalibrating"). The suggestion is to set the step
  28. and calibrate delay of the guilty unit to 5000µs with a
  29.  
  30. SetTDDelay <unit number> StepDelay 5000 CalibrateDelay 5000
  31.  
  32. This operation is equivalent to using Leonard Poma's m5afix program (a patch
  33. which sets to 5000 the step delay). m5afix works also under 1.3. SetTDDelay
  34. it's more flexible but works only under 2.04.
  35.  
  36. SetTDDelay is Copyright © 1991,1992,1993 Sebastiano Vigna and it's freely
  37. distributable as long as all of its files are included in their original
  38. form without additions, deletions, or modifications of any kind, and only a
  39. nominal fee is charged for its distribution. This software is provided "AS
  40. IS" without warranty of any kind, either expressed or implied. By using
  41. SetTDDelay, you agree to accept the entire risk as to the quality and
  42. performance of the program.
  43.  
  44. Comments, complaints, desiderata are welcome.
  45.  
  46.  
  47.          Sebastiano Vigna
  48.          Via California 22
  49.          I-20144 Milano MI
  50.  
  51.          BIX: svigna@bix.com
  52.          INTERNET: vigna@ghost.dsi.unimi.it
  53.          UUCP: seba@sebamiga.adsp.sub.org
  54.